EFI: ignore EFI commandline, skip console setup when booted from GRUB
authorRoy Franz <roy.franz@linaro.org>
Tue, 4 Nov 2014 12:13:26 +0000 (13:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Nov 2014 12:13:26 +0000 (13:13 +0100)
commitc38cf865ec82f27c62a60f0edfc717a5dc5fc6b4
tree0315aa900ad8b7dabc9211c7d5c1c73a53a7ef8b
parent10a94ddbd2eb97365872cd14be93837c4613e09d
EFI: ignore EFI commandline, skip console setup when booted from GRUB

Update EFI code to completely ignore the EFI comnandline when booted from GRUB.
Previusly it was parsed of EFI boot specific options, but these aren't used
when booted from GRUB.

Don't do EFI console or video configuration when booted by GRUB.  The EFI boot
code does some console and video initialization to support native EFI boot from
the EFI boot manager or EFI shell.  This initlization should not be done when
booted using GRUB.

Update EFI documentation to indicate that it describes EFI native boot, and
does not apply at all when Xen is booted using GRUB.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
docs/misc/efi.markdown
xen/common/efi/boot.c